home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / DefineButton2_185 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  78 b   |  5 lines

  1. on(release){
  2.    _root.level = _root.level + 1;
  3.    _root.gotoAndStop(3);
  4. }
  5.